home *** CD-ROM | disk | FTP | other *** search
- -- card: 29537 from stack: in
- -- bmap block id: 36668
- -- flags: 4000
- -- background id: 2609
- -- name:
- ----- HyperTalk script -----
- on openCard
- set cursor to none
- hide message
- hide menubar
- play "Mac School Theme"
- wait 45
- visual dissolve slowly
- go to next card
- wait 180
- show card field "Intro1"
- wait 110
- show card field "Intro2"
- wait 90
- show card field "Copyright"
- wait 3 seconds
- put the secs into secCount
- repeat until ((the sound is "done") OR ((the secs - secCount) > 5))
- end repeat
- visual dissolve slowly to white
- visual dissolve
- go to next card
- end openCard
-